projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e0231
)
Fix erronous cfg directive
author
root
<root@localhost>
Tue, 2 Jun 2015 21:06:52 +0000
(23:06 +0200)
committer
root
<root@localhost>
Tue, 2 Jun 2015 21:06:52 +0000
(23:06 +0200)
src/cargo/util/shell_escape.rs
patch
|
blob
|
history
diff --git
a/src/cargo/util/shell_escape.rs
b/src/cargo/util/shell_escape.rs
index a8a41f75f22c45bebff450ac7bf04df5b2a4bea0..d65f42556ce24f595f282891544a43b2ec572341 100644
(file)
--- a/
src/cargo/util/shell_escape.rs
+++ b/
src/cargo/util/shell_escape.rs
@@
-83,7
+83,6
@@
mod other {
static SHELL_SPECIAL: &'static str = r#" \$'"`!"#;
- #[cfg(not(target_os = "windows"))]
/// Escape characters that may have special meaning in a shell,
/// including spaces.
pub fn shell_escape(s: Cow<str>) -> Cow<str> {